-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add libcurl to required packages (partially fixes issue #63) #66
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Stefan Weil <[email protected]>
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
tesseract with curl can directly process images in the web (by using their URL) without the need of a local copy. |
My two cents:
|
|
I think building with |
This would work for Windows and Linux, but currently fail for macOS where libarchive is not found. |
OK, I did some digging on this. This is because
I think the better fix is to address
Was able to address the issue as a workaround if you'd like to take that tack until
|
5fcdedb
to
a8a00c0
Compare
Thanks. I added your suggestions in a 2nd commit. Now the macOS builds use libarchive, too. |
@stweil could you try again with $PREFIX instead of $CONDA_PREFIX? I had run that locally on an environment rather than via conda-build. |
…n review) This adds libarchive for macOS, too. Signed-off-by: Stefan Weil <[email protected]>
Now all builds fail with a linker error because of a missing symbol from libarchive. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)